Organising your Swift source code using Swift Package Manager (SPM)

Being on a Mac my initial development was using Xcode. There is nothing wrong with that but occonially I would like to just use the command line. That is where SPM comes into play. So suppose you want to make a new tool named smith you would take the following steps: $ mkdir smith $ … Continue reading Organising your Swift source code using Swift Package Manager (SPM)